core: Don't strip setuid bits when creating files
authorColin Walters <walters@verbum.org>
Thu, 18 Jul 2013 18:23:55 +0000 (14:23 -0400)
committerColin Walters <walters@verbum.org>
Thu, 18 Jul 2013 18:23:55 +0000 (14:23 -0400)
commit67823beb1f2c7bfddfc78e62616b77d197c66e67
tree9dfd57c64e180a2330f420235ce60a5e1e4df085
parent3e2d2f3e9e13d5ec01940431e354b761995831db
core: Don't strip setuid bits when creating files

This ugly regression occurred because I overlooked the fact that our
chown() invocation would strip off setuid.
Makefile-tests.am
src/libgsystem
src/libostree/ostree-core.c
tests/test-setuid.sh [new file with mode: 0755]